Say that your input variables are in $\mathbb{R}^2$ with a univariate output variable. Say that you want to determine whether the output variable is a linear combination of the input variables. If you just had one input variable you could easily just graph input vs output and see how linear the relationship is. But if you have two input variables I don't think that you can simply say that that
$y$ is a linear combination of $x_1$ and $x_2$ iff $x_1$ vs $y$ is linear and $x_2$ vs $y$ is linear.
It seems like the reverse should be true, but I'm not sure if the forward argument is valid. e.g. you could have two non-linear polynomials whose linear combination is linear (couldn't you?)
I suppose I could just fit a linear model and look at the residuals, but I was wondering if there was a more a priori approach to determining linearity (i.e. some sort of visualization).