Scrolling detection

Is there a way to detect when the mouse wheel has been scrolled up or down? I'm trying to create a camera script where the mouse wheel is scrolled to zoom in and out.

Try Input.GetAxis("Mouse ScrollWheel")