Interrupts using analog pins

After some research, to my understanding, interrupts are most stable on single bytes of data, seeing as the values that analogRead() returns is 10 bit resolution (0-1023), i would wonder if this can even be done,

You can not trigger an interrupt if an analogue input changes. You can only trigger it when it crosses a threshold.
If I understand what you are trying to do then no it is not possible.