I\'m not sure my current implementation is available all the time:
function isNodeList(nodes) { var result = Object.prototype.toString.call(nodes); /
This answer is probably really really late, but....
if (nodes == '[object NodeList]') { // It's a nodeList }