Subtract the lower number from the higher number.
√90 - √19 = 5.1279
Then use the "floor" function on 5.1279. If you are unfamiliar, floor(x) = the greatest integer <= x. (Basically round down)
So the number of integers between these two values is floor(5.1279)=5.