How to find the integer points that a graph intersects?

16 Views Asked by At

Given $y=x^2$ how can I use a computer algebra system to output all the integer values that this graph intersects? for example (1,1),(2,4),(3,9),etc.