Interupts

I thought that since i am continuously checking the reading of the sensor to see whether it has reached the threshold value, its similar to polling for an external input. So i need interrupt. If it is not so then when do we need internal interrupts like why do we have timer interrupts then? Can you give any practical example of internal interrupts in any system.

Thanks!