Yes, you can - it will only be an approximation, though.
If it's being rotated around the x-axis:
V = Pi * Integral(y^2 dx)
You can use Simpson's rule to approximate the value of the integral in that equation.
Draw up a table for sub-interval values as you normally would, then simply square each of those values before you substitute them in for the integral.