Interrupts using analog pins

Is it possible to get a reliable interrupt from an analog signal? What value does the signal have to reach in order to fire the interrupt?

What value do you expect to get with analogRead() an instant after the same signal triggers an interrupt.

Have you a link to the device you are using? Ar you sure you need to use analogRead at all?

...R