So the use of timer1 by the pwm system to support analog write remains the same.
The advice to use timer0 is correct. That can be used with interrupts but the behaviour is a little different as the timer register is incrementing all the time so you have to tell it what it next value you want it to get to when responding in the isr.