What is the difference detween ISR & function call
In function call the main program and the funtion have some relations but in ISR there is no need for this so there is no need of return value in ISR.