Currently I am dealing with objects outside of view by measuring their position against the camera but I was wondering if there is some quick way of doing this?
You could try using Renderer.isVisible.
Note that "object is considered visible when it needs to be rendered in the scene. It might not be actually visible by any camera, but still need to be rendered for shadows for example."