I would probably get this answer eventually, I pose this question because of the time I have spent looking for why it is not.
The metric is:
$$d_p(x,y)=(|x_1-y_1|^p+|x_2-y_2|^p)^\frac{1}{p}$$
for $p\in(0,1)$
I've just realised I actually missinterpreted it, I read it as $|x_1-x_2|$ ...
A contradiction would be easy to find in that case (Using $d(x,z)\le d(x,y)+d(y,z)$)
edit: It's even easier, consider (1,1) and (2,2), the metric is 0 but d(x,y)=0 $\iff x=y$ - thus a contradiction.
If the question were:
$$d_p(x,y)=(|x_1-x_2|^p+|y_1-y_2|^p)^\frac{1}{p}$$
Is that a metric? I think it is but I've had little luck proving it.